home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / manage / nnloop.exe / NNLP2222.BAT < prev    next >
DOS Batch File  |  1990-02-05  |  2KB  |  84 lines

  1. echo NOW: > a:\newtime
  2. del a:\error.log
  3. f:
  4. cd \
  5.  
  6. map f:=SYS:
  7. map g:=VOL1:
  8. map h:=VOL2:
  9. map i:=VOL3:
  10.  
  11. md f:\t0%1
  12. md f:\t1%1
  13.  
  14. md g:\t0%1
  15. md g:\t1%1
  16.  
  17. md h:\t0%1
  18. md h:\t1%1
  19.  
  20. md i:\t0%1
  21. md i:\t1%1
  22.  
  23. set comspec=f:\command.com
  24. ncopy f:\public f:\t0%1 
  25. command /c ncompit f t0%1
  26. :loop
  27. echo NOW: > a:\curtime
  28. ncopy f:\t0%1 f:\t1%1 
  29. echo NOW: > a:\curtime
  30. command /c ncompit f t1%1
  31. echo NOW: > a:\curtime
  32. ncopy f:\t1%1 g:\t0%1 
  33. echo NOW: > a:\curtime
  34. command /c ncompit g t0%1
  35. echo NOW: > a:\curtime
  36. ncopy g:\t0%1 g:\t1%1 
  37. echo NOW: > a:\curtime
  38. command /c ncompit g t1%1
  39. echo NOW: > a:\curtime
  40. ncopy g:\t1%1 h:\t0%1 
  41. echo NOW: > a:\curtime
  42. command /c ncompit h t0%1
  43. echo NOW: > a:\curtime
  44. ncopy h:\t0%1 h:\t1%1 
  45. echo NOW: > a:\curtime
  46. command /c ncompit h t1%1
  47. echo NOW: > a:\curtime
  48. ncopy h:\t1%1 i:\t0%1 
  49. echo NOW: > a:\curtime
  50. command /c ncompit i t0%1
  51. echo NOW: > a:\curtime
  52. ncopy i:\t0%1 i:\t1%1 
  53. echo NOW: > a:\curtime
  54. command /c ncompit i t1%1
  55. echo NOW: > a:\curtime
  56. ncopy i:\t1%1 i:\t0%1 
  57. echo NOW: > a:\curtime
  58. command /c ncompit i t0%1
  59. echo NOW: > a:\curtime
  60. ncopy i:\t0%1 h:\t1%1 
  61. echo NOW: > a:\curtime
  62. command /c ncompit h t1%1
  63. echo NOW: > a:\curtime
  64. ncopy h:\t1%1 h:\t0%1 
  65. echo NOW: > a:\curtime
  66. command /c ncompit h t0%1
  67. echo NOW: > a:\curtime
  68. ncopy h:\t0%1 g:\t1%1 
  69. echo NOW: > a:\curtime
  70. command /c ncompit g t1%1
  71. echo NOW: > a:\curtime
  72. ncopy g:\t1%1 g:\t0%1 
  73. echo NOW: > a:\curtime
  74. command /c ncompit g t0%1
  75. echo NOW: > a:\curtime
  76. ncopy g:\t0%1 f:\t1%1 
  77. echo NOW: > a:\curtime
  78. command /c ncompit f t1%1
  79. echo NOW: > a:\curtime
  80. ncopy f:\t1%1 f:\t0%1 
  81. echo NOW: > a:\curtime
  82. command /c ncompit f t0%1
  83. goto loop
  84.